view main.h @ 21:bd8e2cf04034

- Add flash erase, write & read commands (needs more work). - Split the buffer into argv/argc to make sub commands simpler.
author Daniel O'Connor <darius@dons.net.au>
date Thu, 15 Nov 2012 23:40:51 +1030
parents c59513fd84fb
children
line wrap: on
line source

#ifndef MAIN_H_
#define MAIN_H_

void main_systick_action(void);

#endif /* MAIN_H_ */