Fix missing documentation for many clock faces:
* Move from .c to .h as needed for consistency. * When missing from both, copy from pull request or wiki. * When missing entirely, infer functionality from source code.
This commit is contained in:
@@ -25,10 +25,8 @@
|
||||
#ifndef TOSS_UP_FACE_H_
|
||||
#define TOSS_UP_FACE_H_
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
/*
|
||||
* TOSS UP FACE
|
||||
* TOSS UP face
|
||||
* ============
|
||||
*
|
||||
* Playful watch face for games of chance or divination using coins or dice.
|
||||
@@ -75,6 +73,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
typedef struct {
|
||||
// Anything you need to keep track of, put it here!
|
||||
uint32_t entropy;
|
||||
|
||||
Reference in New Issue
Block a user