Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-06 03:39:58 +00:00
parent b9073c3792
commit f0157b8fd8
22 changed files with 46 additions and 46 deletions

View File

@@ -15,7 +15,7 @@
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 1
#include "system.h"
volatile boolean case_hit;
volatile bool case_hit;
rtems_id main_task;
rtems_id Semaphore;