Skip to content

Commit

Permalink
Added constants for macOS 15 support (#14)
Browse files Browse the repository at this point in the history
Added constants for macOS 15 support
  • Loading branch information
andreszerocross authored Jun 27, 2024
1 parent 04dd190 commit a12fb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirportBrcmFixup/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ PluginConfiguration ADDPR(config) {
bootargDebug, arrsize(bootargDebug),
bootargBeta, arrsize(bootargBeta),
KernelVersion::MountainLion,
KernelVersion::Sonoma,
KernelVersion::Sequoia,
[]() {
ADDPR(brcmfx_config).readArguments();
brcmfx.init();
Expand Down

0 comments on commit a12fb03

Please sign in to comment.