rename mellifera_firmware to mellifera

This commit is contained in:
2025-05-30 23:30:38 -06:00
parent d6c9bde4ef
commit 952a0357a1
5 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(blinky)
target_sources(app PRIVATE src/main.c)