Skip to content

Commit a12fb03

Browse files
Added constants for macOS 15 support (#14)
Added constants for macOS 15 support
1 parent 04dd190 commit a12fb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AirportBrcmFixup/kern_start.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ PluginConfiguration ADDPR(config) {
170170
bootargDebug, arrsize(bootargDebug),
171171
bootargBeta, arrsize(bootargBeta),
172172
KernelVersion::MountainLion,
173-
KernelVersion::Sonoma,
173+
KernelVersion::Sequoia,
174174
[]() {
175175
ADDPR(brcmfx_config).readArguments();
176176
brcmfx.init();

0 commit comments

Comments
 (0)