Skip to content

Commit 2840e53

Browse files
author
dave
committed
Documentation update
1 parent 3f4a551 commit 2840e53

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

src/TaskBlock.h

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
//
2-
// Created by David Cherry on 28/08/2020.
3-
//
1+
/*
2+
* Copyright (c) 2018-present https://www.thecoderscorner.com (Nutricherry LTD).
3+
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
4+
*/
45

56
#ifndef _TASKMANAGERIO_TASKBLOCK_H_
67
#define _TASKMANAGERIO_TASKBLOCK_H_
78

89
#include <TaskPlatformDeps.h>
910
#include <TaskTypes.h>
1011

12+
/**
13+
* @file TaskBlock.h
14+
*
15+
* An internal class definition that is the representation of a task
16+
*/
17+
1118
/**
1219
* This is an internal class, and users of the library generally don't see it.
1320
*

src/TaskManagerIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "TaskBlock.h"
1212

1313
/**
14-
* @file TaskManager.h
14+
* @file TaskManagerIO.h
1515
*
1616
* Task manager is a simple co-routine style implementation for Arduino which supports scheduling work to be done
1717
* at a given time, repeating tasks, interrupt marshalling and events. It is generally thread safe such that code

0 commit comments

Comments
 (0)