From 04587b206ab5dabb01af540a02205b336488b08d Mon Sep 17 00:00:00 2001 From: lottaviano Date: Tue, 17 May 2011 14:08:06 +0000 Subject: [PATCH] Fix compilation issues in sem_test. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4910 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/kern/sem_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/kern/sem_test.c b/bertos/kern/sem_test.c index 161023d5..e304dc37 100644 --- a/bertos/kern/sem_test.c +++ b/bertos/kern/sem_test.c @@ -152,7 +152,7 @@ Semaphore s1, s2; unsigned int loops = 0; // For counting iterations int finishing_time[8]; -enum ProcType {NONE, S1, S2, S1S2}; +typedef enum ProcType {NONE, S1, S2, S1S2} ProcType; /* * Macros for the processes of the priority inversion test. */ -- 2.25.1