CPUInfo: begin_atomic/end_atomic have been removed

This commit is contained in:
Andrew Tridgell 2013-01-04 14:59:56 +11:00
parent 1fb3f01f5b
commit 477ed294c6
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ static void show_timings(void)
hal.console->println("Note: timings for some operations are very data dependent");
TIMEIT("nop", asm volatile("nop"::), 255);
TIMEIT("cli/sei", hal.scheduler->begin_atomic(); hal.scheduler->end_atomic(), 255);
TIMEIT("micros()", hal.scheduler->micros(), 200);
TIMEIT("millis()", hal.scheduler->millis(), 200);