BenjaminSoelberg / openchronos-ng-elf

Fully modular opensource firmware for the eZ430 chronos using TI's new msp430-elf-gcc
GNU General Public License v3.0
59 stars 22 forks source link

It seems like the default value in .cfg files is not taken into account for atleast modules/acc*.cfg #24

Closed BenjaminSoelberg closed 7 years ago

BenjaminSoelberg commented 7 years ago

It seems like the default value in .cfg files is not taken into account for atleast modules/acc*.cfg. Investigate!

Above text moved from todo.txt

quoraquestions commented 7 years ago

hey,

the issue is related to https://stackoverflow.com/questions/12750778/booleans-in-configparser-always-return-true

the way to cause a particular feature not to be selected by default is to remove the

default: false

section from the config file.

Regards, Menehune

BenjaminSoelberg commented 7 years ago

effa196889eb84f280a54cd241f92e0d1137acc1