diff options
Diffstat (limited to 'include/exports.h')
| -rw-r--r-- | include/exports.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/exports.h b/include/exports.h index 9588bc94e..1d79a3162 100644 --- a/include/exports.h +++ b/include/exports.h @@ -35,7 +35,7 @@ int i2c_read (uchar, uint, int , uchar* , int);  #endif  #include <spi.h> -void app_startup(char **); +void app_startup(char * const *);  #endif    /* ifndef __ASSEMBLY__ */ |