Update preRTOS.cpp
This commit is contained in:
@@ -16,9 +16,10 @@ void preRToSInit() {
|
|||||||
// Normal system bringup -- GPIO etc
|
// Normal system bringup -- GPIO etc
|
||||||
// #TODO
|
// #TODO
|
||||||
bflb_platform_init(0);
|
bflb_platform_init(0);
|
||||||
|
|
||||||
hardware_init();
|
hardware_init();
|
||||||
gpio_write(OLED_RESET_Pin, 0);
|
gpio_write(OLED_RESET_Pin, 0);
|
||||||
delay_ms(5);
|
delay_ms(10);
|
||||||
gpio_write(OLED_RESET_Pin, 1);
|
gpio_write(OLED_RESET_Pin, 1);
|
||||||
FRToSI2C::FRToSInit();
|
FRToSI2C::FRToSInit();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user