Initial commit
This commit is contained in:
4
code/smp_entry.cpp
Normal file
4
code/smp_entry.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
// Excerpt from the smpEntry function
|
||||
void smpEntry(uint8_t cpuId) {
|
||||
runningAPs |= (1 << cpuId); // Mark that this AP is running
|
||||
}
|
||||
Reference in New Issue
Block a user