Skip to content

Commit

Permalink
upd libparams up to redundant pg pr
Browse files Browse the repository at this point in the history
  • Loading branch information
AsiiaPine committed Aug 12, 2024
1 parent b1737df commit 5eaa1c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Src/common/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
#include "application.hpp"
#include <array>
#include "periphery/adc/circuit_periphery.hpp"
#include "periphery/iwdg/iwdg.hpp"
#include "periphery/led/led.hpp"
#include "params.hpp"
#include "module.hpp"
#include "modules/modules.hpp"
#include "main.h"

#include "periphery/led/led.hpp"
#include "periphery/iwdg/iwdg.hpp"


static int8_t init_board_periphery() {
LedPeriphery::reset();
CircuitPeriphery::init();

paramsInit((ParamIndex_t)IntParamsIndexes::INTEGER_PARAMS_AMOUNT, NUM_OF_STR_PARAMS, -1, 1);
paramsInitRedundantPage();
paramsLoad();

return 0;
Expand Down

0 comments on commit 5eaa1c6

Please sign in to comment.