diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-11-09 11:33:56 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-11-09 11:33:56 -0800 |
| commit | 43f7ca7985768c974b6881957b21d687c34413ba (patch) | |
| tree | 83853be3b0197c1c18bcea4f5d3403d48a63e15e /supervisor/shared/external_flash | |
| parent | 688f0e388bbb0ae4420c8e3145e83cb15d9b3829 (diff) | |
Incorporate feedback:
* Clean up board defines.
* Add flush on eject and stay ejected.
* Swith back to NONE protocol for CDC.
Diffstat (limited to 'supervisor/shared/external_flash')
| -rw-r--r-- | supervisor/shared/external_flash/external_flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/external_flash/external_flash.h b/supervisor/shared/external_flash/external_flash.h index 852d183a7..72b619a2a 100644 --- a/supervisor/shared/external_flash/external_flash.h +++ b/supervisor/shared/external_flash/external_flash.h @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Damien P. George + * Copyright (c) 2018 Scott Shawcroft for Adafruit Industries LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |
