X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Flib%2Fcommand.c;h=7c57798f313d9ecaa22a8751e91907c4b2132c05;hb=c33b056d1a565968e6aca5cffcb4c2b178f8d4d4;hp=92c0b4cff606cf12d58da531eca0bac43c82994d;hpb=5b89da5a9d7864784dbe4942d856f751c3758c1c;p=goodfet diff --git a/firmware/lib/command.c b/firmware/lib/command.c index 92c0b4c..7c57798 100644 --- a/firmware/lib/command.c +++ b/firmware/lib/command.c @@ -151,7 +151,7 @@ void prep_timer() #warning "Function unimplemented for this platform." #endif } - +#if (platform != tilaunchpad) //! Delay for specified number of milliseconds (given 16 MHz clock) void delay_ms( unsigned int ms ) { @@ -198,3 +198,4 @@ void delay_ticks( unsigned int num_ticks ) debugstr("delay_ticks unimplemented"); #endif } +#endif