diff options
Diffstat (limited to 'Source/System.h')
| -rw-r--r-- | Source/System.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/System.h b/Source/System.h index 090de8d..9192d3c 100644 --- a/Source/System.h +++ b/Source/System.h @@ -107,7 +107,7 @@ void SystemTimerRemove(TYPE_TIMER* timer); // Compares two arrays of unsigned short type. bool SystemArrayCompare(unsigned short* arr1, unsigned short* arr2, size_t sz); -// Prints stack pointer address using dprintf() +// Prints stack pointer address using Serial_printf() void SystemPrintStackPointerAddress(void); // Checks if a 32-bit pattern set at the end of the stack has been @@ -128,6 +128,10 @@ void SystemCyclicHandler(void); void SystemClearBuffer(void); +void SystemEnableVBlankInterrupt(); + +void SystemDisableVBlankInterrupt(); + /* ************************************** * Global Variables * * **************************************/ |
