Merge remote-tracking branch 'upstream/master' into omega-dev

This commit is contained in:
Quentin Guidée
2020-01-27 23:31:17 +01:00
5 changed files with 4 additions and 10 deletions

3
docs/build/index.md vendored
View File

@@ -1,6 +1,5 @@
---
title: Installing the SDK — Software Engineering
layout: breadcrumb
title: Installing the SDK
breadcrumb: SDK
---
# Build and run your own version of Epsilon

View File

@@ -1,6 +1,5 @@
---
title: Software Engineering
layout: breadcrumb
breadcrumb: Software
---
# Epsilon

View File

@@ -1,7 +1,5 @@
---
title: Ion — Firmware architecture — Software Engineering
layout: breadcrumb
breadcrumb: Ion
title: Ion
---
# Ion

View File

@@ -1,8 +1,5 @@
---
title: Poincare — Firmware architecture — Software Engineering
layout: breadcrumb
breadcrumb: Poincare
katex: true
title: Poincare
---
# Poincaré

View File

@@ -187,6 +187,7 @@ void refresh() {
}
SDL_RenderPresent(sRenderer);
sNeedsRefresh = false;
IonSimulatorCallbackDidRefresh();
}