diff options
| author | hathach <[email protected]> | 2018-11-14 16:03:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-14 16:03:58 +0700 |
| commit | 5732be224c69c35efdc44f250e83e42cf52e2526 (patch) | |
| tree | 4057cfdc1da2abceedf22107525b7ef429b51358 /src/portable/microchip | |
| parent | 983225ae606653202c4f1bba8e34a4a9825daa2a (diff) | |
update example for PR. correct share_control definition
- rename dcd,hal to dcd_samd51, hal_samd51 since some IDE has issue with
duplicated names (e.g keil, ses).
Diffstat (limited to 'src/portable/microchip')
| -rw-r--r-- | src/portable/microchip/samd21/dcd_samd21.c (renamed from src/portable/microchip/samd21/dcd.c) | 0 | ||||
| -rw-r--r-- | src/portable/microchip/samd21/hal_samd21.c (renamed from src/portable/microchip/samd21/hal.c) | 0 | ||||
| -rw-r--r-- | src/portable/microchip/samd51/dcd_samd51.c (renamed from src/portable/microchip/samd51/dcd.c) | 0 | ||||
| -rw-r--r-- | src/portable/microchip/samd51/hal_samd51.c (renamed from src/portable/microchip/samd51/hal.c) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/portable/microchip/samd21/dcd.c b/src/portable/microchip/samd21/dcd_samd21.c index 33cbc8d92..33cbc8d92 100644 --- a/src/portable/microchip/samd21/dcd.c +++ b/src/portable/microchip/samd21/dcd_samd21.c diff --git a/src/portable/microchip/samd21/hal.c b/src/portable/microchip/samd21/hal_samd21.c index 524840be2..524840be2 100644 --- a/src/portable/microchip/samd21/hal.c +++ b/src/portable/microchip/samd21/hal_samd21.c diff --git a/src/portable/microchip/samd51/dcd.c b/src/portable/microchip/samd51/dcd_samd51.c index e67fbd295..e67fbd295 100644 --- a/src/portable/microchip/samd51/dcd.c +++ b/src/portable/microchip/samd51/dcd_samd51.c diff --git a/src/portable/microchip/samd51/hal.c b/src/portable/microchip/samd51/hal_samd51.c index d8c71a7fe..d8c71a7fe 100644 --- a/src/portable/microchip/samd51/hal.c +++ b/src/portable/microchip/samd51/hal_samd51.c |
