@ -22,4 +22,3 @@
/* make Travis happy: #ifdef __cplusplus extern "C" { #endif */
#endif /* PERIPH_CONF_H */
@ -1,2 +1 @@
USEMODULE += msp430_common
@ -94,4 +94,3 @@ static void cpu_clock_init(void)
while (!SYS_CTRL->CLOCK_STAbits.SYNC_32K);
#endif
}
@ -134,4 +134,3 @@ ssize_t write(int fildes, const void *buf, size_t nbyte)
(void) nbyte;
return -1;
@ -36,4 +36,3 @@ RUN apt-get -y install subversion curl wget python p7zip unzip
RUN mkdir -p /data/riotbuild
WORKDIR /data/riotbuild
@ -37,4 +37,3 @@ If this happens, you can add an "inline suppression" like this:
/* cppcheck-suppress passedByValue */
timex_t timex_add(const timex_t a, const timex_t b);
@ -29,4 +29,3 @@ while hwtimers > 1:
# term.expect("OK")
if not term.terminate():
term.terminate(force=True)
@ -56,4 +56,3 @@ int main(void) {
puts("main: finished");
return 0;
@ -72,4 +72,3 @@ int main(void) {
puts("Done.");
@ -75,4 +75,3 @@ int main(void)
puts("finished");
@ -101,4 +101,3 @@ int main(void)
include $(RIOTBASE)/Makefile.base