Gast
#704646
Hallo GCC-Gurus, Mein gcc-avr (WinAVR-20070525) macht mich stutzig mit "two or more data types in declaration specifiers". Wo ist denn hier ein Konflikt? Es ist doch eine ganz normale "forward declaration", oder? ../src/bsp.c:23: error: two or more data types in declaration specifiers ../src/bsp.c:56: error: conflicting types for 'BSP_InitTickISR' ../src/bsp.c:23: error: previous declaration of 'BSP_InitTickISR' was here
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |