Implement dummy for calibration save function

This commit is contained in:
2020-05-09 20:51:30 +02:00
parent d6d8973800
commit 5fcb5305f8
2 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,6 @@
#ifndef __SETTINGS_SETTINGS_H__
#define __SETTINGS_SETTINGS_H__
settings_save_calibration();
int settings_save_calibration();
#endif /* __SETTINGS_SETTINGS_H__ */