File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shared-bindings/dotclockframebuffer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1043,7 +1043,7 @@ int __attribute__((used)) main(void) {
1043
1043
}
1044
1044
1045
1045
// We maybe can't initialize the heap until here, because on espressif port we need to be able to check for reserved psram in settings.toml
1046
- // (but it's OK if this is a no-op due to the heap beinig initialized in port_init())
1046
+ // (but it's OK if this is a no-op due to the heap being initialized in port_init())
1047
1047
set_safe_mode (port_heap_init (get_safe_mode ()));
1048
1048
1049
1049
#if CIRCUITPY_ALARM
Original file line number Diff line number Diff line change 3
3
*
4
4
* The MIT License (MIT)
5
5
*
6
- * Copyright (c) 2019 Scott Shawcroft for Adafruit Industries
6
+ * Copyright (c) 2023 Jeff Epler for Adafruit Industries
7
7
*
8
8
* Permission is hereby granted, free of charge, to any person obtaining a copy
9
9
* of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments