summaryrefslogtreecommitdiff
path: root/src/swi_numbers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/swi_numbers.h')
-rw-r--r--src/swi_numbers.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/swi_numbers.h b/src/swi_numbers.h
index 245fccc..384bd24 100644
--- a/src/swi_numbers.h
+++ b/src/swi_numbers.h
@@ -18,5 +18,7 @@
*
*/
-#define OS_GetGPIO (1)
-#define OS_SetGPIO (2)
+OS_GetGPIO = 1
+OS_SetGPIO = 2
+OS_ClearGPIO = 3
+OS_GetCPUID = 4