Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.5.0 to add support to Realtek RTL8720DN
Browse files Browse the repository at this point in the history
### Major Releases v1.5.0

1. Add support to Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc., using [`Arduino AmebaD core`](https://github.com/ambiot/ambd_arduino)
  • Loading branch information
khoih-prog authored Aug 8, 2021
1 parent e66ce60 commit 87ccdc9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/DoubleResetDetector_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ class DoubleResetDetector_Generic

/////////////////////////////
#elif (DRD_GENERIC_USE_RTL8720)
// SAMD code
// RTL8720 code
doubleResetDetectorFlag = readFlagRTL8720();

#endif //(DRD_GENERIC_USE_EEPROM || DRD_GENERIC_USE_STM32)
Expand Down Expand Up @@ -981,12 +981,7 @@ class DoubleResetDetector_Generic
delay(1000);
readFlagRTL8720();
#endif

#if (DRD_GENERIC_DEBUG)
delay(1000);
readFlagRTL8720();
#endif


#endif //(DRD_GENERIC_USE_EEPROM || DRD_GENERIC_USE_STM32)

/////////////////////////////
Expand Down

0 comments on commit 87ccdc9

Please sign in to comment.