Skip to content

Commit

Permalink
fix introduced typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Jan 23, 2024
1 parent 4e04249 commit 6992a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/codal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void platform_init() {
seedRandom(seed);
}

void initfbitGC() {
void initMicrobitGC() {
uBit.init();
if (device_heap_size(1) > NON_GC_HEAP_RESERVATION + 4)
gcPreAllocateBlock(device_heap_size(1) - NON_GC_HEAP_RESERVATION);
Expand Down

0 comments on commit 6992a31

Please sign in to comment.