MKFirmware / MarlinKimbra4due

MK4due firmware for Arduino DUE
22 stars 14 forks source link

forgotten "static" #25

Closed ghost closed 8 years ago

MagoKimbra commented 8 years ago

it's not important that there is, the function is default in early temperature.cpp file as static, then you can omit.

if ENABLED(HEATER_0_USES_MAX6675)

static int16_t read_max6675();

endif

ghost commented 8 years ago

I understood it.