Explorar el Código

Forgot 'const' in method body

pull/51/head
Byron Batteson hace 8 años
padre
commit
b6623fd1df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      wiringPi/wiringPi.c

+ 1
- 1
wiringPi/wiringPi.c Ver fichero

@@ -1068,7 +1068,7 @@ int getAlt (int pin)
return alt ;
}

char* getAltText (int pin)
const char* getAltText (int pin)
{
static char *alts [] = {
"IN", "OUT", "ALT5", "ALT4", "ALT0", "ALT1", "ALT2", "ALT3"


Cargando…
Cancelar
Guardar