Implement dummy for calibration save function
This commit is contained in:
parent
d6d8973800
commit
5fcb5305f8
@ -22,6 +22,6 @@
|
||||
#ifndef __SETTINGS_SETTINGS_H__
|
||||
#define __SETTINGS_SETTINGS_H__
|
||||
|
||||
settings_save_calibration();
|
||||
int settings_save_calibration();
|
||||
|
||||
#endif /* __SETTINGS_SETTINGS_H__ */
|
||||
|
@ -19,3 +19,8 @@
|
||||
*/
|
||||
|
||||
#include <reflow-controller/settings/settings.h>
|
||||
|
||||
int settings_save_calibration()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user