Skip to content
Snippets Groups Projects
Commit 15d68cb4 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Pre-override of ST7920 delays before HAL.h

parent 8a24ff94
No related branches found
No related tags found
Loading
......@@ -68,9 +68,15 @@ extern "C" volatile uint32_t _millis;
#include "HAL_timers.h"
#include "HardwareSerial.h"
#ifndef ST7920_DELAY_1
#define ST7920_DELAY_1 DELAY_NS(600)
#endif
#ifndef ST7920_DELAY_2
#define ST7920_DELAY_2 DELAY_NS(750)
#endif
#ifndef ST7920_DELAY_3
#define ST7920_DELAY_3 DELAY_NS(750)
#endif
extern HalSerial usb_serial;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment