[psas-avionics] git

2009-04-09 Thread Scott Schuehle
Hi again all, It seems to be becoming more and more apparent that I know nothing about this git (and linux in general) thing... I seem to have lost the ability to use the psas eagle library and don't really know how to get it back. I know at the last capstone meeting I was having some problems

[psas-avionics] code question...

2009-04-09 Thread Jeremy Booth
So, I'm trying to compile, and I'm getting stuck with this: main.c:200: error: expected expression before ‘signed’ --- 190//there should be a few handler states... 191switch(UARTstate) 192{ 193case PIPE_UARTHandlerState ://this case is to handle PIPE UART

Re: [psas-avionics] code question...

2009-04-09 Thread Barton C Massey
In message 8f5d905c0904091948y526182edm16cb2bf4d5a42...@mail.gmail.com you wrote: It turns out wrapping that last case in curly-braces makes everything happy and compileable... Not that this is comfortable... It's a less-than-good feature of C. Case labels are labels, and thus must label a