fix typo, copyright notice
This commit is contained in:
parent
6153d23ed8
commit
c3c2b84584
2
main.c
2
main.c
@ -1043,7 +1043,7 @@ int __attribute__((used)) main(void) {
|
||||
}
|
||||
|
||||
// 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
|
||||
// (but it's OK if this is a no-op due to the heap beinig initialized in port_init())
|
||||
// (but it's OK if this is a no-op due to the heap being initialized in port_init())
|
||||
set_safe_mode(port_heap_init(get_safe_mode()));
|
||||
|
||||
#if CIRCUITPY_ALARM
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* The MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2019 Scott Shawcroft for Adafruit Industries
|
||||
* Copyright (c) 2023 Jeff Epler for Adafruit Industries
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
Loading…
Reference in New Issue
Block a user