coverity fixes for my latest changes.

Forgot some breaks in 7816 annotation, and  presco used an uninitalized char array.
This commit is contained in:
iceman1001
2016-03-22 08:40:20 +01:00
parent f3782960fa
commit 06eb3b1a8c
3 changed files with 18 additions and 17 deletions

View File

@@ -29,6 +29,5 @@ typedef unsigned char byte_t;
#ifndef ABS
# define ABS(a) ( ((a)<0) ? -(a) : (a) )
#endif
#define RAMFUNC __attribute((long_call, section(".ramfunc")))
#endif