altos/attiny: Switch to avrisp2 for development programmer
[fw/altos] / src / attiny / ao_arch.h
index 5550eb447e101f3fa724120bf634053ca1b28540..1a2bd34be251472563faeaf1e206da07f525cd9d 100644 (file)
 #define ao_arch_block_interrupts()     cli()
 #define ao_arch_release_interrupts()   sei()
 
-#define ao_mutex_get(m)
-#define ao_mutex_put(m)
-
 void
-ao_delay_until(uint16_t target);
+ao_delay_until(AO_TICK_TYPE target);
 
 /* We can't hit 100 Hz, but we can hit 125 */
 #define AO_HERTZ       125