From 11c632673824fa595b255a8bfc30be7003972ce9 Mon Sep 17 00:00:00 2001 From: aanper Date: Wed, 26 Aug 2020 11:49:39 +0300 Subject: [PATCH] small wiki changes --- wiki/fw/Application-examples.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/wiki/fw/Application-examples.md b/wiki/fw/Application-examples.md index 63a90e98..3eff9592 100644 --- a/wiki/fw/Application-examples.md +++ b/wiki/fw/Application-examples.md @@ -4,11 +4,7 @@ In fact, FURI is just wrapper around RTOS thread management and mutexes, and cal In this article we create few application, interact between apps, use OS functions and interact with HAL. -# Simple Blink app - -First, let's create a simple led blinking application. - -## General agreements +# General agreements Flipper application is just a function: @@ -29,4 +25,4 @@ void application_name(void* p) { # Application examples -**[Blink](Blink-app)** +* **[Blink](Blink-app)**