fusee: Minor bugfixes.

This commit is contained in:
hexkyz
2018-09-05 20:51:03 +01:00
parent ad4605abde
commit 2f8edfa8e2
14 changed files with 40 additions and 52 deletions

View File

@@ -110,7 +110,7 @@ void cluster_boot_cpu0(uint32_t entry)
/* Request and wait for RAM repair. */
FLOW_CTLR_RAM_REPAIR_0 = 1;
while (!(FLOW_CTLR_RAM_REPAIR_0 & 2)){
while (!(FLOW_CTLR_RAM_REPAIR_0 & 2)) {
/* Wait. */
}