massaging makefile
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
#include <I2C_Wrapper.hpp>
|
||||
void preRToSInit() {
|
||||
// Normal system bringup -- GPIO etc
|
||||
|
||||
// #TODO
|
||||
hardware_init();
|
||||
gpio_bit_reset(OLED_RESET_GPIO_Port, OLED_RESET_Pin);
|
||||
// gpio_bit_reset(OLED_RESET_GPIO_Port, OLED_RESET_Pin);
|
||||
delay_ms(5);
|
||||
gpio_bit_set(OLED_RESET_GPIO_Port, OLED_RESET_Pin);
|
||||
// gpio_bit_set(OLED_RESET_GPIO_Port, OLED_RESET_Pin);
|
||||
FRToSI2C::FRToSInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user