Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGawron committed Aug 10, 2019
1 parent f9cf208 commit 4ee9f19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion software/Firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion software/Firmware/Src/VoltageSensorActualValue.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "PinoutConfiguration.h"
#include "UserInterface.h"
#include "stm8s_i2c.h"
#include "stm8s.h"


#define I2C_MASTER_ADDRESS 0x10
Expand Down

0 comments on commit 4ee9f19

Please sign in to comment.