diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-02-24 18:07:26 -0600 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-02-24 18:07:26 -0600 |
| commit | f602fa3d9f56056e3fd808586c59cb49cc28043d (patch) | |
| tree | 8b114aa9a6a564988257282bbfce7664f0bfb331 /ports | |
| parent | 9d3fcf9a0d549bbe2329e4b9d1db31194f4b18df (diff) | |
fix init deps
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/atmel-samd/common-hal/frequencyio/__init__.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/common-hal/frequencyio/__init__.c b/ports/atmel-samd/common-hal/frequencyio/__init__.c new file mode 100644 index 000000000..487814bd0 --- /dev/null +++ b/ports/atmel-samd/common-hal/frequencyio/__init__.c @@ -0,0 +1 @@ +// No ferquencyio module functions. |
