Browse Source

fixes double uint entries

feature/2015
Christian Kroll 14 years ago
parent
commit
7ae7e9f1e4
  1. 1
      scripts/Menuconfig

1
scripts/Menuconfig

@ -1367,7 +1367,6 @@ save_configuration () {
function uint () { function uint () {
set_x_info "$2" "$3" set_x_info "$2" "$3"
echo "$2=$x" >>$CONFIG echo "$2=$x" >>$CONFIG
echo "#define $2 ($x""u)" >>$CONFIG_H
echo -e "#define $2 ($x)\n#define U$2 ($x""u)" >>$CONFIG_H echo -e "#define $2 ($x)\n#define U$2 ($x""u)" >>$CONFIG_H
} }

Loading…
Cancel
Save