changeset 11:ca48036c82ef

Add _usleep16 prototype.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 06 Feb 2012 23:55:11 +1030
parents 0b75cff7c570
children 093bc0c3b1cc
files hw.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hw.h	Mon Feb 06 23:54:36 2012 +1030
+++ b/hw.h	Mon Feb 06 23:55:11 2012 +1030
@@ -1,2 +1,3 @@
 void	hw_init(void);
+void	_usleep16(uint16_t cnt);