# HG changeset patch # User Daniel O'Connor # Date 1328534711 -37800 # Node ID ca48036c82efee922cf659f64871f79b3a7ab6de # Parent 0b75cff7c570052d3d6d7dee84fab17d65a04819 Add _usleep16 prototype. diff -r 0b75cff7c570 -r ca48036c82ef hw.h --- 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);