summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/apps/hello_world/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/apps/hello_world/main.c')
-rw-r--r--src/target/firmware/apps/hello_world/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/apps/hello_world/main.c b/src/target/firmware/apps/hello_world/main.c
index 02cab050..481cf170 100644
--- a/src/target/firmware/apps/hello_world/main.c
+++ b/src/target/firmware/apps/hello_world/main.c
@@ -100,7 +100,7 @@ static struct osmo_timer_list write_battery_info_timer = {
int main(void)
{
- board_init();
+ board_init(1);
puts("\n\nOsmocomBB Hello World (revision " GIT_REVISION ")\n");
puts(hr);