summaryrefslogtreecommitdiff
path: root/posts/rust-on-flipper-zero.org
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-15 09:00:38 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2026-02-15 09:00:38 -0500
commit5bb0d8749336256cc0a4ac58517f8257d81c5b35 (patch)
treeff435177318b8c736399722608aeda0eddbbe9d2 /posts/rust-on-flipper-zero.org
parent069b1f1a5d19689786cda02a3d23b8dba5a6deed (diff)
Stylize post-publication asides
Diffstat (limited to 'posts/rust-on-flipper-zero.org')
-rw-r--r--posts/rust-on-flipper-zero.org8
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