diff options
Diffstat (limited to 'posts/rust-on-flipper-zero.org')
| -rw-r--r-- | posts/rust-on-flipper-zero.org | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/posts/rust-on-flipper-zero.org b/posts/rust-on-flipper-zero.org index 4b842bb..1826f51 100644 --- a/posts/rust-on-flipper-zero.org +++ b/posts/rust-on-flipper-zero.org @@ -28,13 +28,11 @@ come across Philipp Oppermann's book /Writing an OS in Rust/ recently * Shoehorning Rust Into a C Build System #+BEGIN_EXPORT html -<header class="article-future-interjection"> +<aside class="legacy-warning"> #+END_EXPORT -A few days ago, the Flipper team [[https://github.com/flipperdevices/flipperzero-firmware/pull/1269][integrated scons as their new build system]], so -the information below is already out of date. We'll mention the differences in -the next post. +A few days ago, the Flipper team [[https://github.com/flipperdevices/flipperzero-firmware/pull/1269][integrated scons as their new build system]], so the information below is already out of date. We'll mention the differences in the next post. #+BEGIN_EXPORT html -</header> +</aside> #+END_EXPORT Our first goal will be to get "hello world" running on the Flipper. We'll do |