mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
fix setsvar typo
This commit is contained in:
parent
3a1980af36
commit
361ad4b338
@ -18,5 +18,5 @@ nvm_err_t (*nvm_write) (nvm_interface_t nvm_interface, nvm_type_t nvm_type, voi
|
||||
= (void*) 0x00006ec5;
|
||||
nvm_err_t (*nvm_erase) (nvm_interface_t nvm_interface, nvm_type_t nvm_type, uint32_t sector_bitfield)
|
||||
= (void*) 0x00006e05;
|
||||
void (*nvm_sets_var) (uint32_t zero_is_for_winners)
|
||||
= (void*) 0x00007085;
|
||||
void (*nvm_setsvar) (uint32_t zero_is_for_winners)
|
||||
= (void*) 0x00007085;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user