Explorar el Código

age.c change

tags/V2.0
dylan hace 4 años
padre
commit
663ce50cc1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      age.c

+ 1
- 0
age.c Ver fichero

@@ -6,5 +6,6 @@ void setAge(uint8_t age)
}
uint8_t getAge(void)
{
g_age = g_age+3;
return g_age+2;
}

Cargando…
Cancelar
Guardar