1
Files
2023-02-26 21:12:51 +01:00

5 lines
135 B
C++

// Excerpt from the smpEntry function
void smpEntry(uint8_t cpuId) {
runningAPs |= (1 << cpuId); // Mark that this AP is running
}