application: Explicitly enable global interrupts.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 16 Nov 2019 15:05:11 +0000 (16:05 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit826f15ec13c6587f5ad6712134cf8bbbf04d33ac
treeb2f9b96bdb4dcb4546f2528567ad1ea4967405a2
parent2e15e18237f50ba61acc861a4bd23560d973e943
application: Explicitly enable global interrupts.

The bootloader now longer leaves them enabled before it jumps
to the application, so we need to enable them explicitly.
src/application/main.rs