Update Chopstx and follow the changes.

This commit is contained in:
NIIBE Yutaka
2018-01-18 15:14:34 +09:00
parent 4ff0b3c5f8
commit c5f20dc355
4 changed files with 1 additions and 5 deletions

Submodule chopstx updated: 8dabbe6e1c...5cd4871a94

View File

@@ -40,8 +40,6 @@
#include <stdlib.h>
#define main emulated_main
#else
#include "mcu/cortex-m.h"
#include "mcu/stm32.h"
#include "mcu/stm32f103.h"
#endif

View File

@@ -23,7 +23,6 @@
*/
#include <stdint.h>
#include "mcu/stm32.h"
#include "mcu/stm32f103.h"
uint8_t *

View File

@@ -30,7 +30,6 @@
#include "sys.h"
#include "neug.h"
#ifndef GNU_LINUX_EMULATION
#include "mcu/stm32.h"
#include "mcu/stm32f103.h"
#endif
#include "adc.h"