fixes after review

pull/143/head
RobertGawron 2019-08-10 13:45:41 +01:00
rodzic f9cf208020
commit 4ee9f1911d
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ set(CMAKE_SYSTEM_NAME Generic) # No linux target etc
set(CMAKE_C_FLAGS_INIT "")
set(CMAKE_EXE_LINKER_FLAGS_INIT "")
project(STM8Blink C)
SET(CMAKE_C_FLAGS "-mstm8 --std-c95 -DSTM8S003 -D__SDCC__ -DUSE_STDPERIPH_DRIVER")
SET(CMAKE_C_FLAGS "-mstm8 -DSTM8S003 -D__SDCC__ -DUSE_STDPERIPH_DRIVER")
# Flash targets
#add_custom_target(flash ALL COMMAND stm8flash -c stlink -p stm8s105c6 -w main.ihx)

Wyświetl plik

@ -9,7 +9,6 @@
#include "PinoutConfiguration.h"
#include "UserInterface.h"
#include "stm8s_i2c.h"
#include "stm8s.h"
#define I2C_MASTER_ADDRESS 0x10