mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00
rp2040: Fixed up the comment style for top-of-file
This commit is contained in:
@@ -39,9 +39,12 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file implements Raspberry Pico (RP2040) target specific functions
|
||||
* for detecting the device, providing the XML memory map and
|
||||
* Flash memory programming.
|
||||
* This file implements support for the Raspberry Pico 1 (RP2040),
|
||||
* providing memory maps and Flash programming routines.
|
||||
*
|
||||
* References:
|
||||
* RP2040 Datasheet
|
||||
* https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf
|
||||
*/
|
||||
|
||||
#include "general.h"
|
||||
|
Reference in New Issue
Block a user