Logo
Explore Help
Register Sign In
rbxii3/firmware
1
0
Fork 0
You've already forked firmware
mirror of https://github.com/meshtastic/firmware.git synced 2026-01-16 23:07:34 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
731065b05c9c9fc1acbf622d850fcd9e7730f68c
firmware/src/SPILock.cpp

12 lines
198 B
C++
Raw Normal View History

If display is on on the @BigCorvus board and we xmit the board browns out?
2020-08-28 17:38:23 -07:00
#include "SPILock.h"
trunk roundhouse kick
2023-01-21 14:34:29 +01:00
#include "configuration.h"
If display is on on the @BigCorvus board and we xmit the board browns out?
2020-08-28 17:38:23 -07:00
#include <Arduino.h>
#include <assert.h>
concurrency::Lock *spiLock;
Revert "add a .clang-format file (#9154)" (#9172) I thought git would be smart enough to understand all the whitespace changes but even with all the flags I know to make it ignore theses it still blows up if there are identical changes on both sides. I have a solution but it require creating a new commit at the merge base for each conflicting PR and merging it into develop. I don't think blowing up all PRs is worth for now, maybe if we can coordinate this for V3 let's say. This reverts commit 0d11331d185a60adf84e64ec98642baf6a15a95a.
2026-01-04 12:15:53 +01:00
void initSPI()
{
assert(!spiLock);
spiLock = new concurrency::Lock();
If display is on on the @BigCorvus board and we xmit the board browns out?
2020-08-28 17:38:23 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 56ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API