Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/flickernoise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d7e1330
Choose a base ref
...
head repository: m-labs/flickernoise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e698864
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 16, 2011

  1. sysconfig: enable US keyboard layout by default

    Sebastien Bourdeauducq committed Sep 16, 2011
    Copy the full SHA
    5222156 View commit details
  2. Merge branch 'master' of github.com:milkymist/flickernoise

    Sebastien Bourdeauducq committed Sep 16, 2011
    Copy the full SHA
    e698864 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/sysconfig.c
2 changes: 1 addition & 1 deletion src/sysconfig.c
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ static struct sysconfig sysconfig = {
.version = SYSCONFIG_VERSION,
.resolution = SC_RESOLUTION_640_480,
.language = SC_LANGUAGE_ENGLISH,
.keyboard_layout = SC_KEYBOARD_LAYOUT_GERMAN,
.keyboard_layout = SC_KEYBOARD_LAYOUT_US,
.dhcp_enable = 1,
.ip = 0xc0a8002a,
.netmask = 0xffffff00,