a liitle more stable
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2023-02-12 06:53:41 +01:00
parent baf6f8bb45
commit aa32239740
11 changed files with 221 additions and 136 deletions

View file

@ -20,9 +20,9 @@ TARGET = stm32f030c8t_test
# building variables
######################################
# debug build?
DEBUG = 1
DEBUG = 0
# optimization
OPT = -O3
OPT = -O3 -flto
#######################################

View file

@ -161,7 +161,6 @@ void setDAC(uint8_t channel, uint16_t val) {
*/
int main(void) {
/* USER CODE BEGIN 1 */
/* USER CODE END 1 */
/* MCU Configuration--------------------------------------------------------*/