File tree Expand file tree Collapse file tree
shared-bindings/dotclockframebuffer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1043,7 +1043,7 @@ int __attribute__((used)) main(void) {
10431043 }
10441044
10451045 // 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())
10471047 set_safe_mode (port_heap_init (get_safe_mode ()));
10481048
10491049 #if CIRCUITPY_ALARM
Original file line number Diff line number Diff line change 33 *
44 * The MIT License (MIT)
55 *
6- * Copyright (c) 2019 Scott Shawcroft for Adafruit Industries
6+ * Copyright (c) 2023 Jeff Epler for Adafruit Industries
77 *
88 * Permission is hereby granted, free of charge, to any person obtaining a copy
99 * of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments