a5046e83c7
This is a general cleanup of things like code style issues and code structure of the STM32w port to make it more like the rest of Contiki is structured.
14 lines
124 B
C
14 lines
124 B
C
|
|
|
|
|
|
int main() {
|
|
|
|
float flottant ;
|
|
// char c;
|
|
scanf("%f" , &flottant);
|
|
// scanf("%c",&c);
|
|
//while(1);
|
|
return 0;
|
|
|
|
}
|
|
|