Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
heuzef
/
WiringPi
miroir de
https://github.com/WiringPi/WiringPi.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
9
Wiki
Activité
Parcourir la source
#282
compiler warnings
pull/283/head
mstroh76
il y a 2 mois
Parent
f0c8991e3a
révision
d8487da522
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
examples/clock.c
+1
-1
examples/delayTest.c
+ 1
- 1
examples/clock.c
Voir le fichier
@@ -65,7 +65,7 @@ void drawClockHands (void)
struct tm *now ;
double angle, p, x0, y0, x1, y1 ;
int h24, h, m, s ;
char text [
2
0] ;
char text [
4
0] ;
time (&t) ;
now = localtime (&t) ;
+ 1
- 1
examples/delayTest.c
Voir le fichier
@@ -37,7 +37,7 @@ int main()
int t ;
int max, min ;
int del ;
int underRuns, overRuns, exactRuns,
bogusRuns,
total ;
int underRuns, overRuns, exactRuns, total ;
int descheds ;
Écrire
Aperçu
Chargement…
Annuler
Enregistrer