EP_BABYSTEPPING (#25869)

This commit is contained in:
Scott Lahteine 2023-05-24 22:10:40 -05:00 committed by GitHub
parent 1a4e208c69
commit 772e19aab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 273 additions and 180 deletions

View file

@ -930,6 +930,10 @@ private:
#if ENABLED(BABYSTEPPING)
static void M290();
#if ENABLED(EP_BABYSTEPPING)
static void M293();
static void M294();
#endif
#endif
#if HAS_SOUND