X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Fcommand.c;h=7c57798f313d9ecaa22a8751e91907c4b2132c05;hp=92c0b4cff606cf12d58da531eca0bac43c82994d;hb=69539bb167246135b1bde3c55dca7d19bc3c7aee;hpb=d00eecc9e776316e6ad063d2355161dbbd332c59 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