rename get/set -core to -cpu

This commit is contained in:
2025-03-20 11:01:35 +01:00
parent cc55e01281
commit 03a844273c
2 changed files with 4 additions and 4 deletions

View File

@@ -2,5 +2,5 @@
#include <stdbool.h>
#include <stdint.h>
bool getcore(uint32_t); // gets the state of core (id)
void setcore(uint32_t, bool); // sets the state of core (id)
bool getcpu(uint32_t); // gets the state of core (id)
void setcpu(uint32_t, bool); // sets the state of core (id)