From d0ef9b840ed6218bfd18b347be15bb5d286aba8c Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Sun, 19 Feb 2023 20:29:38 +0100 Subject: [PATCH] extra comment for python import --- python/boot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/boot.py b/python/boot.py index 28c7c56..0bd3194 100644 --- a/python/boot.py +++ b/python/boot.py @@ -1,3 +1,6 @@ +## This implies a adafruit_blinka version BELOW my contribution +## 'board' doesn't auto-recognize rockpi4cplus; the direct import shouldn't be needed + #import board from adafruit_blinka.board.radxa.rockpi4cplus import *