Mercurial > ~darius > hgwebdir.cgi > stm32test
view comm.h @ 1:7a08db98ae8b
Split out compile flags for easier editing.
Allow toolchain suffixes (needed for when arm-elf works).
Add debug target.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Sat, 08 Oct 2011 20:33:47 +1030 |
parents | c59513fd84fb |
children |
line wrap: on
line source
#ifndef COMM_H_ #define COMM_H_ void comm_init(void); int comm_test(void); void comm_put(char); void comm_puts(const char*); char comm_get(void); #endif