# HG changeset patch # User luis # Date 1196333882 -3600 # Node ID 4b331759169af3824b601323c7c8fd1d41567a65 # Parent cef08361bab12edbdba4397a5d3343e284975c0c There was a variable declaration after a statement diff -r cef08361bab1 -r 4b331759169a include/can_driver.h --- a/include/can_driver.h Fri Nov 23 08:47:48 2007 +0100 +++ b/include/can_driver.h Thu Nov 29 11:58:02 2007 +0100 @@ -57,8 +57,9 @@ static inline void print_message(Message *m) { int i; + UNS8 fc; printf("id:%02x ", m->cob_id.w & 0x7F); - UNS8 fc = m->cob_id.w >> 7; + fc = m->cob_id.w >> 7; switch(fc) { case SYNC: